home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00589_Script_589
< prev
next >
Wrap
Text File
|
1995-05-21
|
222b
|
13 lines
on exitFrame
global yesOrNo, theMovieName
puppetsprite 3, true
if yesOrNo = "yes" then
go to the frame + 1
exit
end if
if yesOrNo = "no" then
go to the frame + 3
exit
end if
end